From feb72ad45e04c5263d204683ba7dc5f9b41d2422 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 5 Sep 2013 14:33:22 +0800 Subject: [PATCH] Visual C++ Builds: Fix "install" Projects Due to the split up of the property sheets, the install projects did not have info on the Intermediate and Output Paths, which caused confusing messages from Visual Studio to show up upon completing build+"install" and closing Visual Studio on whether to reload the install project, at least on Visual Studio 2008. Also clean up the Visual Studio 2008 install project a bit. Include the property sheet which defines these properties to fix this. --- build/win32/vs10/install.vcxproj | 8 +++ build/win32/vs9/install.vcproj | 88 +++----------------------------- 2 files changed, 16 insertions(+), 80 deletions(-) diff --git a/build/win32/vs10/install.vcxproj b/build/win32/vs10/install.vcxproj index 8afbb83e10..e46e41a93a 100644 --- a/build/win32/vs10/install.vcxproj +++ b/build/win32/vs10/install.vcxproj @@ -91,41 +91,49 @@ + + + + + + + + diff --git a/build/win32/vs9/install.vcproj b/build/win32/vs9/install.vcproj index e7960c945f..9a4e1a5e7e 100644 --- a/build/win32/vs9/install.vcproj +++ b/build/win32/vs9/install.vcproj @@ -23,7 +23,7 @@ Name="Debug|Win32" OutputDirectory="$(GlibEtcInstallRoot)" ConfigurationType="10" - InheritedPropertySheets=".\gtk-install-headers-data.vsprops;.\gtk-install-bin.vsprops" + InheritedPropertySheets=".\gtk-install-headers-data.vsprops;.\gtk-install-bin.vsprops;.\gtk-build-defines.vsprops" CharacterSet="2" DeleteExtensionsOnClean="" > @@ -31,21 +31,12 @@ Name="VCPreBuildEventTool" CommandLine="$(GtkDoInstallBin)$(GtkDoInstall)" /> - - - @@ -53,22 +44,13 @@ Name="VCPreBuildEventTool" CommandLine="$(GtkDoInstallBin)$(GtkDoInstall)" /> - - - @@ -76,21 +58,12 @@ Name="VCPreBuildEventTool" CommandLine="$(GtkDoInstallBin)$(GtkDoInstall)$(GtkDoInstallBroadwayHeaders)" /> - - - @@ -98,22 +71,13 @@ Name="VCPreBuildEventTool" CommandLine="$(GtkDoInstallBin)$(GtkDoInstall)$(GtkDoInstallBroadwayHeaders)" /> - - - - - - - - - - - - - - - -- 2.30.2